From: Richard M. Stallman Date: Sat, 12 Jun 1993 23:27:32 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95359 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3e36c563db3acc125eeab924e92752e136c91670;p=emacs.git Comment change. --- diff --git a/src/m/iris4d.h b/src/m/iris4d.h index f12581f33e1..bd374367375 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -141,6 +141,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ in which crt1.o and crt1.n should be used. */ #define HAVE_CRTN +/* When you *do* link with -lbsd, you *still* get System V getpgrp, unless: + you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly. + Emacs does neither, so it gets SysV getpgrp which wants no arguments. */ + #ifdef HAVE_CRTN /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ #define START_FILES pre-crt0.o /usr/lib/crt1.o